body {
    padding-top: 60px;
    font-family: 'Microsoft Yahei', 'Arival';
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin: 0px;
    color: #c7aa8b;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
}

h2 {
    margin: 0px 0px 10px;
    color: #4d4d4d;
    font-size: 30px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    margin: 10px 0px;
    font-size: 31px;
    line-height: 30px;
    font-weight: 500;
}

h4 {
    margin: 0px 0px 10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

h5 {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Microsoft Yahei', Arival;
}

.button {
    display: inline-block;
    margin-top: 30px;
    padding: 8px 15px;
    border: 2px solid #fff;
    background-color: rgba(77, 77, 77, .2);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #fff;
    color: #323232;
}

.button.beige {
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    border-color: #c7aa8b;
    background-color: rgba(77, 77, 77, 0);
    color: #c7aa8b;
}

.button.beige:hover {
    background-color: #c7aa8b;
    color: #323232;
}

.button.beige.footer {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.button.form {
    margin-top: 22px;
    margin-bottom: 23px;
    border-color: #323232;
    background-color: #323232;
    color: #c7aa8b;
}

.button.form:hover {
    background-color: transparent;
    color: #323232;
}

.button.solid {
    border-color: #c7aa8b;
    background-color: #c7aa8b;
    font-size: 14px;
}

.button.solid:hover {
    background-color: transparent;
    color: #c7aa8b;
}

.navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-bottom: 92px;
    background-color: #fff;
    box-shadow: 6px 6px 32px -2px #272727;
}

.nav-link {
    padding: 25px 35px 28px 35px;
    border-style: none;
    border-width: 1px 1px 3px;
    border-color: #64b053 #4d4d4d #027ec3 #000;
    -webkit-transition: background-color 100ms ease, margin 500ms ease;
    transition: background-color 100ms ease, margin 500ms ease;
    font-family: "Microsoft Yahei", "Simsun", Arial, Helvetica, sans-serif;
    color: #565555;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link:hover {
    border-top-style: none;
    border-top-width: 3px;
    border-bottom-style: solid;
    background-color: transparent;
    color: #027ec3;
}

.nav-link.w--current {
    padding-top: 25px;
    padding-bottom: 28px;
    border-top: 3px none #027ec3;
    border-bottom: 3px solid #027ec3;
    border-right-style: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: background-color 100ms ease, margin 500ms ease;
    transition: background-color 100ms ease, margin 500ms ease;
    color: #027ec3;
    font-weight: 400;
}

.nav-link.w--current:hover {
    border-bottom-style: solid;
    color: #027ec3;
}

.nav-link.social-icons {
    padding: 18px 25px 16px;
    float: right;
    border-left: 1px solid #4d4d4d;
    opacity: 0.8;
}

.nav-link.social-icons:hover {
    opacity: 1;
}

.nav-link.social-icons.last {
    padding-right: 25px;
    padding-left: 25px;
    border-left-style: none;
}

.logo-text {
    margin-top: 3px;
    margin-right: 31px;
    float: left;
    font-family: "Microsoft Yahei", "Simsun", Arial, Helvetica, sans-serif;
    color: #ededed;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-menu {
    float: right;
    border-left: 1px none #4d4d4d;
}

.stone-logo {
    margin-right: 8px;
    float: left;
    opacity: 0.9;
}

.stone-logo.footer {
    opacity: 0.4;
}

.brand {
    padding-top: 19px;
}

.brand.w--current {
    padding-bottom: 17px;
}

.section2 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 0px;
    color: #4d4d4d;
    text-align: center;
}

.section2.grey {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #333;
    color: #fff;
}

.section2.beige {
    background-color: #fff;
}

.section2.image {
    display: block;
    height: 249px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .26), hsla(0, 0%, 100%, 0)), url('../images/50.png'), -webkit-linear-gradient(270deg, #0a5ec1, #0a5ec1);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), hsla(0, 0%, 100%, 0)), url('../images/50.png'), linear-gradient(180deg, #0a5ec1, #0a5ec1);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, auto, auto;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, fixed, scroll;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.section2.lightgrey {
    height: auto;
    padding-bottom: 80px;
    background-color: #eee;
    background-image: url('../images/3_06.jpg');
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
}

.section2.footer {
    height: 300px;
    padding-top: 65px;
    padding-bottom: 53px;
    background-color: #323232;
    background-image: url('../images/11_02.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-y;
}

.section2._2 {
    position: relative;
    height: 568px;
    padding-top: 80px;
    text-align: center;
}

.section2._1 {
    position: static;
    display: block;
    overflow: hidden;
    height: 571px;
    padding-top: 0;
    clear: none;
    /* background-image: url('../images/3_05.png'); */
    background-position: 50% 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.section2.huise {
    background-color: #ededed;
    padding-top: 30px;
}

.main-heading {
    margin-top: 0px;
    font-family: "Microsoft Yahei", "Simsun", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 79px;
    line-height: 66px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.main-heading.bold {
    position: relative;
    font-size: 60px;
    font-weight: 700;
}

.slider-nav {
    font-size: 9px;
    line-height: 10px;
}

.main-subheading {
    margin-top: 18px;
    margin-bottom: 44px;
    font-family: "Microsoft Yahei", "Simsun", Arial, Helvetica, sans-serif;
    color: hsla(0, 0%, 100%, .81);
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
}

.horizontal-bar {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #fff;
}

.horizontal-bar.beige {
    display: inline-block;
    background-color: #c7aa8b;
}

.horizontal-bar.lightgrey {
    width: 40px;
    background-color: #fff;
}

.slider {
    height: 500px;
    background-color: transparent;
}

.slide {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/08_1.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
}

.slide._2 {
    background-image: url('../images/08_1.png');
    background-size: cover;
}

.slide._3 {
    background-image: url('../images/08_1.png');
    background-size: cover;
}

.process-titles {
    margin-bottom: 23px;
    padding-top: 23px;
    clear: none;
    border-top: 1px solid rgba(50, 50, 50, .13);
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}

.icon-wrapper {
    height: 109px;
    margin-bottom: 24px;
    text-align: center;
}

.number {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-top: 0px;
    color: rgba(50, 50, 50, .17);
    font-size: 16px;
    text-transform: uppercase;
}

.testimonials-slider {
    position: relative;
    height: auto;
    max-width: auto;
    padding-right: 47px;
    padding-left: 47px;
    background-color: transparent;
}

.testimonial-slide {
    width: 12%;
    padding: 10px 30px;
    background-color: transparent;
    text-align: center;
}
.section2 .testimonial-slide img{
    width: 80px;
}
.testimonial-slide-special {
    width: 300px;
}

.testimonial-slide._2 {
    width: 13%;
    padding-right: 0px;
    padding-left: 0px;
}

.testimonial-slide._3 {
    width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}

.testimonial-slide.about {
    width: 33.33%;
}

.testimonial-slide.shiping {
    width: 33.33%;
    padding-right: 5px;
    padding-left: 5px;
    height: 0;
    padding-bottom: 15%;
}

.left-arrow {
    width: 45px;
    color: #3ec6b0;
}

.left-arrow:hover {
    color: #c7aa8b;
}

.right-arrow {
    width: 45px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #3ec6b0;
}

.right-arrow:hover {
    color: #c7aa8b;
}

.testimonial {
    margin-top: 13px;
    margin-bottom: 18px;
    font-family: 'Microsoft Yahei', Arival;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.small-title {
    color: rgba(50, 50, 50, .36);
    font-size: 16px;
    text-transform: uppercase;
}

.small-title-wrapper {
    margin-bottom: 20px;
    text-align: center;
}

.author {
    color: #c7aa8b;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.footer-text {
    margin-top: 3px;
    margin-bottom: 15px;
    color: #858585;
    font-size: 16px;
}

.footer-text.address {
    margin-top: 15px;
    text-align: right;
}

.subheading {
    margin-top: 19px;
    margin-bottom: 10px;
    font-family: "Microsofty Yahei", "Simsun", Arial, Helvetica, sans-serif;
    color: #a6a6a6;
    font-size: 18px;
    font-style: normal;
}

.contact-form-column {
    padding: 74px 33px;
    background-color: #c7aa8b;
}

.contact-info-column {
    padding-top: 72px;
}

.field {
    height: 52px;
    margin-bottom: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 0px solid #000;
    color: #323232;
    font-size: 18px;
    text-transform: uppercase;
}

.field:hover {
    background-color: hsla(0, 0%, 100%, .8);
}

.field:focus {
    box-shadow: inset 0 0 0 0 transparent;
}

.success {
    padding-top: 35px;
    padding-bottom: 43px;
    border: 3px solid #323232;
    background-color: transparent;
    color: #323232;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

.success-message {
    margin-bottom: 73px;
}

.contact-icon {
    margin-top: 31px;
    margin-bottom: 10px;
}

.project-description {
    margin-bottom: 11px;
    direction: ltr;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.project-title {
    margin-bottom: 20px;
}

.tag-wrapper {
    margin-bottom: 19px;
}

.tag-icon {
    margin-top: 4px;
    margin-right: 5px;
    float: left;
    opacity: 0.19;
}

.tag-title {
    margin-right: 16px;
    float: left;
    color: #b8b8b8;
    font-size: 14px;
}

.back-to-work-column {
    padding-top: 32px;
    text-align: right;
}

.prev-project-wrapper {
    padding-right: 30px;
    border-right: 3px solid #4d4d4d;
    text-align: right;
}

.nex-project-wrapper {
    padding-left: 30px;
}

.project-link {
    text-decoration: none;
}

.project-link:hover {
    color: #323232;
    text-decoration: underline;
}

.name {
    margin-top: 11px;
    font-size: 16px;
}

.social-icon {
    padding-right: 10px;
    opacity: 0.26;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.social-icon:hover {
    opacity: 1;
}

.position {
    margin-bottom: 8px;
    font-family: "Microsoft Yahei", "Simsun", Arial, Helvetica, sans-serif;
    font-style: normal;
}

.icons-wrapper {
    margin-bottom: 11px;
}

.project-column {
    padding-right: 30px;
    padding-left: 30px;
}

.heading {
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}

.heading-2 {
    margin-bottom: 0px;
    text-align: center;
}

.div-block {
    text-align: center;
}

.row {
    margin-top: 44px;
}

.heading-3 {
    font-weight: 400;
}

.heading-4 {
    margin-top: 18px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
}

.heading-5 {
    font-size: 30px;
    font-weight: 400;
}

.paragraph {
    color: #fff;
}

.image-2 {
    max-width: 100%;
}

.image-3 {
    box-shadow: 0 0 18px 4px #ccc;
}

.heading-6 {
    font-size: 28px;
}

.section-2 {
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url('../images/-02.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.link-block {
    position: relative;
    width: 25%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    float: none;
}

.div-block-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49));
}

.div-block-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-2 {
    margin: 30px;
    color: #fff;
    line-height: 25px;
}

.div-block-4 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.div-block-5 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-3 {
    color: #fff;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.heading-7 {
    display: block;
}

.paragraph-4 {
    display: block;
}

.text-block {
    display: block;
}

.container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    text-decoration: none;
}

.section-3 {
    display: block;
    padding: 42px;
}

.div-block-6 {
    width: 1470px;
}

.container-2 {
    padding: 39px;
}

.section-4 {
    height: auto;
}

.heading-8 {
    display: block;
    width: 431px;
    float: none;
}

.paragraph-5 {
    display: inline-block;
    width: 50%;
    height: 53%;
}

.div-block-7 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.image-4 {
    float: none;
    clear: both;
}

.image-5 {
    clear: none;
}

.container-3 {
    position: relative;
    padding: 49px;
}

.heading-9 {
    clear: none;
}

.paragraph-6 {
    position: relative;
    left: 0px;
    bottom: 0px;
    overflow: visible;
    height: 300px;
    clear: left;
}

.image-6 {
    clear: none;
}

.image-7 {
    overflow: hidden;
    clear: none;
}

.image-8 {
    position: static;
    left: 0px;
    top: 0px;
}

.image-9 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 12px;
    bottom: 0px;
}

.paragraph-7 {
    border-style: dotted;
    border-width: 1px;
    border-bottom-color: #dadada;
    border-radius: 10px;
    -webkit-perspective: 322px;
    perspective: 322px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: padding 2000ms ease;
    transition: padding 2000ms ease;
    direction: ltr;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 6px #000, 0 1px 0 #000;
    -webkit-column-count: 5;
    column-count: 5;
}

.section-5 {
    background-color: rgba(143, 70, 70, 0);
    background-image: -webkit-linear-gradient(270deg, rgba(3, 3, 3, .5), rgba(3, 3, 3, .5));
    background-image: linear-gradient(180deg, rgba(3, 3, 3, .5), rgba(3, 3, 3, .5));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.container-4 {
    padding: 34px;
}

.image-10 {
    box-shadow: 0 0 6px 0 #fff;
}

.heading-10 {
    -webkit-perspective: 501px;
    perspective: 501px;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
    -webkit-transform: skew(0deg, 13deg);
    -ms-transform: skew(0deg, 13deg);
    transform: skew(0deg, 13deg);
    -webkit-transition: background-color 700ms ease;
    transition: background-color 700ms ease;
}

.div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.tab-link.w--current {
    background-color: transparent;
}

.section-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

._1920div {
    display: block;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
}

.container-5 {
    max-width: 1470px;
    padding-right: 30px;
    padding-left: 30px;
}

.div-block-10 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-11 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-12 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-12.shiping {
    max-width: auto;
}

.div-block-13 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.text-block-3 {
    color: #fff;
    font-size: 14px;
}

.text-field {
    border-style: none none solid;
    border-width: 1px;
    border-color: #6e6e6e;
    background-color: transparent;
}

.text-field:focus {
    border-color: #c7aa8b;
}

.text-field-2 {
    border-color: #000 #000 #6e6e6e #c2c2c2;
    border-top-style: none;
    border-top-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
    border-left-style: none;
    border-left-width: 1px;
    background-color: transparent;
}

.text-field-2:focus {
    border-bottom-color: #c7aa8b;
}

.textarea {
    border-color: #000 #000 #6e6e6e;
    border-top-style: none;
    border-top-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
    border-left-style: none;
    border-left-width: 1px;
    background-color: transparent;
}

.textarea:focus {
    border-bottom-color: #c7aa8b;
}

.div-block-14 {
    text-align: left;
}

.div-block-15 {
    display: inline-block;
}

.div-block-16 {
    text-align: right;
}

.div-1470 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.div-1470._2 {
    margin-top: 376px;
}

.div-block-18 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.container-6 {
    display: block;
}

.div-block-19 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-20 {
    display: inline;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-21 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-22 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-23 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-24 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-25 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-26 {
    display: block;
    max-width: 1617px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
}

.div-block-26.main1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-27 {
    position: relative;
    display: inline-block;
    width: 20%;
    /* height: 400px; */
}

.cove {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .61);
}

.cove:hover {
    background-color: rgba(3, 132, 188, .71);
}

.div-block-29 {
    width: auto;
    text-align: center;
}

.div-block-29._2 {
    position: absolute;
    width: 100%;
    height: 47%;
}

.div-block-29._1 {
    width: auto;
}

.text-block-4 {
    margin: 14px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.cove a {
    text-decoration: none;
}

.text-block-4._2 {
    font-size: 14px;
}

.image-12 {
    margin: 14px;
}

.main1btn {
    display: inline-block;
    padding: 5px 25px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    font-size: 12px;
}

._1470div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

._1470div._2 {
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.image-13 {
    float: right;
}

.heading-11 {
    display: inline-block;
    margin-bottom: 45px;
    margin-left: 0px;
    padding-right: 120px;
    padding-bottom: 30px;
    padding-left: 120px;
    color: #666;
    font-size: 33px;
    text-align: center;
}

.heading-11.black {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 30px;
    color: #555;
    font-size: 33px;
}

.heading-11.black.jianju {
    margin-bottom: 0px;
}

.heading-11.black._33 {
    text-align: left;
}

.heading-11.black.phone {
    padding-bottom: 0px;
    border-bottom-style: none;
}

.heading-11.wuxian {
    margin-bottom: 0px;
    border-bottom-style: none;
    color: #fff;
}

.heading-11.work {
    border-bottom-color: hsla(0, 0%, 100%, .48);
}

.heading-11.about {
    border-bottom-color: hsla(0, 0%, 100%, .48);
    color: #fff;
}

.text-block-5 {
    margin: 0px 32px 32px;
    color: #000;
    font-size: 21px;
    font-weight: 300;
}

.div-block-31 {
    position: static;
    height: auto;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
}

.column-2 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.row-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.div-block-32 {
    display: inline-block;
    width: 24%;
    clear: left;
}

.section-7 {
    padding-top: 80px;
    background-color: #eee;
    text-align: center;
}

.row-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.div-block-33 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-34 {
    display: inline-block;
}

.image-14 {
    display: block;
}

.iccon {
    color: rgba(3, 132, 188, .62);
}

.iccon:hover {
    color: rgba(3, 132, 188, .5);
}

.iccon._2 {
    color: rgba(3, 132, 188, .62);
}

.section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eee;
    font-size: 14px;
    text-align: center;
}

.div-block-35 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.heading-12 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
    float: right;
    color: #313131;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    max-height: 60px;
}

.div-block-36 {
    display: inline;
    width: 23%;
    padding: 11px;
    float: left;
    background-color: #53a740;
}

.div-block-36:hover {
    background-color: #2f5997;
}

.text-block-6 {
    padding: 0px;
    color: #fff;
    font-size: 25px;
}

.text-block-7 {
    color: #fff;
}

.div-block-37 {
    display: block;
    width: 75%;
    float: right;
    text-align: left;
    margin-bottom: 20px;
}

.text-block-8 {
    color: #979797;
    text-align: center;
}

.text-block-8:hover {
    color: #2f5997;
}

.paragraph-8 {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 32px;
    color: #9e9e9e;
    text-align: left;
    height: 80px;
}

.paragraph-8:hover {
    color: #2f5997;
}

.div-block-38 {
    padding-right: 30px;
    padding-left: 30px;
}

.div-block-39 {
    display: inline-block;
}

.div-block-40 {
    display: block;
    max-width: 897px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
}

.div-block-41 {
    display: inline-block;
    width: 50%;
    float: left;
}

.div-block-42 {
    display: inline-block;
    width: 50%;
    float: right;
}

.image-15 {
    max-width: auto;
}

.image-16 {
    max-width: auto;
}

.paragraph-9 {
    display: inline-block;
    margin: 34px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.main5 {
    display: none;
    height: 904px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/47.png');
    background-position: 50% 50%;
    background-size: cover;
    font-size: 14px;
    text-align: center;
}

.link-block-2 {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
}

.link-block-2.new {
    display: inline-block;
    width: 33%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
}

.paragraph-10 {
    margin-bottom: 31px;
}

.button-2 {
    padding-right: 30px;
    padding-left: 30px;
    background-color: #64b053;
}

.text-block-9 {
    color: #fff;
}

.image-17 {
    padding-bottom: 25px;
}

.column-4 {
    padding-left: 10px;
}

.column-5 {
    /* border-right: 1px solid #fff; */
    text-align: center;
}

.div-block-43 {
    text-decoration: none;
}

.link {
    /* padding-right: 50px; */
    /* padding-left: 50px; */
    color: #fff;
    text-decoration: none;
}

.link._2 {
    padding-right: 30px;
    padding-left: 30px;
}

.link._33 {
    border-right: 1px none #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.text-block-10 {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 8px;
    color: #fff;
}

.column-6 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.div-block-44 {
    display: inline-block;
    margin-left: -127px;
    padding-bottom: 15px;
}

.text-block-11 {
    display: inline-block;
    margin-top: 50px;
    padding-left: 0px;
    color: #fff;
    font-size: 15px;
    width: 100%;
    /* text-align: left; */
}

.text-block-12 {
    margin: 10px 30px 0px;
    color: #667ea3;
    font-size: 16px;
    text-align: center;
}

.mask-2 {
    background-color: transparent;
}

.mask-3 {
    position: static;
    left: 0px;
    right: 0px;
    bottom: -86px;
    padding-bottom: 0px;
}

.container-7 {
    margin-top: 300px;
}

.div-block-45 {
    display: block;
    max-width: 1000px;
    margin-top: 376px;
    margin-right: auto;
    margin-left: auto;
}

.heading-13 {
    color: #494949;
    font-size: 24px;
    font-weight: 700;
}

.paragraph-11 {
    border-style: none;
    border-right-width: 1px;
    border-right-color: #d6d6d6;
    border-left-width: 1px;
    border-left-color: #d6d6d6;
}

.paragraph-11._2 {
    border-style: none;
    font-size: 24px;
    line-height: 55px;
    font-weight: 700;
}

.div-block-46 {
    border-style: none;
    border-right-width: 1px;
    border-right-color: #ececec;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.div-block-46:hover {
    color: #0076c6;
}

.div-block-46._2 {
    border-left: 1px solid #cacaca;
    border-right-style: solid;
    border-right-color: #d6d6d6;
}

.div-block-46.cooperative {
    margin-bottom: 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d3d3d3;
}

.div-block-46.cooperative:hover {
    border-bottom-color: #3ec6b0;
    color: #3ec6b0;
}

.image-20 {
    display: inline-block;
}

.div-block-47 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.image-21 {
    display: block;
}

.image-22 {
    width: 37%;
}

.image-23 {
    width: 37%;
    max-width: auto;
}

.div-block-48 {
    display: inline;
}

.image-24 {
    display: inline;
}

.image-25 {
    display: inline;
}

.image-26 {
    display: inline;
}

.image-27 {
    display: inline-block;
}

.section-9 {
    height: 1000px;
}

.link-block-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e0e0e0;
}

.link-block-3:hover {
    position: static;
    background-color: #74c7ff;
}

.div-block-49 {
    position: static;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/3_10.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.div-block-50 {
    display: inline-block;
    margin-left: -127px;
}

.home_main2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f6;
    background-image: none;
    background-size: auto;
    text-align: center;
}

.solution_main3 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/3_8.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: center;
}

.link-block-4 {
    clear: right;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.div-block-51 {
    display: block;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
}

.row-4 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.div-block-52 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 469px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
}

.div-block-53 {
    background-color: rgba(0, 152, 255, .85);
}

.image-28 {
    margin-left: 484px;
}

.div-block-54 {
    width: 606px;
    height: 371px;
    margin-left: 459px;
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    /* background-color: rgba(0, 152, 255, .87); */
}

.text-block-13 {
    padding-top: 0px;
    /* color: #fff; */
    font-size: 18px;
    line-height: 35px;
}

.button-3 {
    margin-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    background-color: #fff;
    color: #23a8fc;
    font-size: 12px;
}

.image-29 {
    border-style: none;
}

.image-30 {
    position: relative;
    z-index: 2;
    display: block;
    border-style: none;
}

.link-block-5 {
    border: 1px solid #e0e0e0;
}

.link-block-6 {
    border: 1px solid #e0e0e0;
}

.image-31 {
    border-style: none;
    border-top-width: 1px;
    border-top-color: #e0e0e0;
}

.image-32 {
    border-style: none;
    border-top-width: 1px;
    border-top-color: #e0e0e0;
}

.div-block-55 {
    display: inline-block;
    width: 11%;
}

.div-block-56 {
    display: inline-block;
    width: 22%;
}

.erweima {
    margin-top: -80px;
    opacity: 0;
}

.cooperative_main2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-linear-gradient(270deg, #ededed, #ededed);
    background-image: linear-gradient(180deg, #ededed, #ededed);
    text-align: center;
}

.div-block-57 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.link-2 {
    display: block;
    padding: 8px 0px;
    color: #595757;
    font-size: 15px;
    text-decoration: none;
}

.div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px 20px 27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* border: 1px solid #cfcfcf; */
    text-align: center;
}

.div-block-59 {
    display: inline-block;
    width: 20%;
    text-align: left;
}

.cooperative_main3 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.div-block-60 {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.hezuoicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    font-weight: 100;
}

.hezuoicon:hover {
    border-color: #3ec6b0;
    color: #3ec6b0;
}

.heading-14 {
    display: inline-block;
    color: #595758;
    font-size: 22px;
}

.heading-14:hover {
    color: #3ec6b0;
}

.text-block-14 {
    display: inline-block;
    padding-bottom: 19px;
    border-bottom: 1px solid #cfcfcf;
    color: #595758;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
}

.text-block-14:hover {
    color: #3ec6b0;
}

.cooperative_main3_text {
    opacity: 1;
    -webkit-transition: color 433ms ease;
    transition: color 433ms ease;
}

.cooperative_main3_text:hover {
    color: #027ec3;
}

.about_main1 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.div-block-61 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-62 {
    display: block;
    width: 100%;
    margin-right: 30px;
}

.heading-15 {
    color: #0a5ec1;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
}

.paragraph-12 {
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.5px;
}

.div-block-63 {
    display: inline-block;
    width: 50%;
}

.about_main2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ededed;
    text-align: center;
}

.xinwenlunbo {
    background-color: transparent;
}

.about_main3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/about_04.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.div-block-64 {
    width: auto;
    max-width: 1200px;
    float: right;
}

.div-block-65 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-66 {
    width: 40%;
    float: right;
    text-align: left;
}

.heading-16 {
    display: inline-block;
    margin-left: 20px;
    color: #5cc1c6;
    font-size: 24px;
}

.div-block-67 {
    display: inline-block;
    width: 60px;
    border: 1px solid #5cc1c6;
}

.paragraph-13 {
    color: #fff;
    line-height: 30px;
}

.div-block-68 {
    width: 43%;
    float: right;
}

.div-block-69 {
    display: inline-block;
    width: 80px;
    border: 1px solid #5cc1c6;
}

@media (max-width: 479px) {
    .div-block-69 {
        display: none;
    }
}

.heading-17 {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 20px;
    color: #5cc1c6;
    font-size: 24px;
}

.div-block-70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-14 {
    color: #fff;
    line-height: 25px;
    text-align: left;
}

.section-10 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #efefef;
    background-image: none;
    text-align: center;
}

.image-33 {
    display: inline-block;
    width: 50%;
    max-width: auto;
    margin-top: -374px;
}

.section-11 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/47.png');
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
}

.div-block-71 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.text-block-15 {
    color: #7e7e7e;
}

.text-block-15.baise {
    color: #fff;
}

.tab-link-2 {
    border: 1px solid #dcdcdc;
    background-color: transparent;
}

.tab-link-2.w--current {
    border: 1px solid #dcdcdc;
    background-color: #00489a;
}

.tab-link-3 {
    border: 1px solid #dcdcdc;
    background-color: transparent;
}

.tab-link-3.w--current {
    background-color: #00489a;
}

.text-block-16 {
    color: #a7a7a7;
}

.text-block-17 {
    color: #fff;
}

.newtext {
    color: #a7a7a7;
}

.newtext:focus {
    color: #fff;
}

.mask-4 {
    margin-right: 91px;
    margin-left: 91px;
}

.slider-2 {
    background-color: transparent;
}

.icon-2 {
    color: #9c0606;
}

.icon-3 {
    color: #b81b1b;
}

.slide-2 {
    width: 509px;
    margin-left: 1px;
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
}

.slider-3 {
    display: inline-block;
    width: 594px;
    height: 407px;
}

.slide-nav {
    padding-left: 17px;
    text-align: left;
}

.heading-18 {
    display: block;
    width: auto;
    float: none;
    color: #666;
    font-size: 24px;
}

.tab-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #d8d8d8;
}

.text-block-18 {
    display: block;
    /* text-indent: 2em; */
}

.div-block-72 {
    width: 45%;
    margin-left: 35px;
    float: right;
    text-align: left;
}

.paragraph-15 {
    margin-top: 20px;
    line-height: 30px;
}

.slide-3 {
    background-image: url('../images/new03.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.button-4 {
    margin-top: 30px;
    padding: 8px 35px;
    border: 1px solid #a1a1a1;
    border-radius: 20px;
    background-color: transparent;
    color: #8d8d8d;
}

.button-4:hover {
    border-color: #2f5997;
    color: #2f5997;
}

.slide-4 {
    background-image: url('../images/new03.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.tab-pane-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
}

.button-5 {
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid grey;
    border-radius: 8px;
    background-color: transparent;
    color: grey;
    text-transform: uppercase;
}

.button-5:hover {
    border-color: #2446cf;
    color: #2446cf;
}

.button-5.but2 {
    margin-top: 30px;
    margin-left: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-style: solid;
    border-color: #747474;
}

.button-5.but2:hover {
    border-color: #2446cf;
    color: #2446cf;
}

.section-12 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.div-block-73 {
    display: none;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-74 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.div-block-74._2 {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-34 {
    display: inline-block;
}

.image-35 {
    display: block;
    border: 15px solid #eee;
    border-radius: 12px;
}

.image-36 {
    display: block;
}

.div-block-75 {
    display: inline-block;
}

.div-block-76 {
    display: block;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-77 {
    display: inline-block;
    width: 30%;
}

.div-block-78 {
    display: inline-block;
    width: 40%;
}

.div-block-79 {
    display: inline-block;
    width: 30%;
}

.div-block-80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-19 {
    display: inline;
    margin-left: 20px;
    color: #868686;
    font-size: 16px;
    text-transform: capitalize;
}

.div-block-81 {
    display: inline-block;
    margin-top: -69px;
    padding: 0px 14px 14px;
}

.text-block-20 {
    font-size: 16px;
}

.image-37 {
    padding-top: 0px;
}

.div-block-82 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-21 {
    margin-top: 20px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.image-38 {
    padding-top: 23px;
    width: 120px;
}

.section-13 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.div-block-83 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.div-block-84 {
    display: inline-block;
    width: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #70b7db;
}

.div-block-85 {
    display: inline-block;
    width: 85%;
    padding-left: 45px;
}

.text-block-22 {
    display: inline-block;
    padding-right: 25px;
    padding-left: 0px;
    color: #424242;
    font-size: 18px;
}

.text-block-23 {
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    color: #424242;
    font-size: 18px;
}

.div-block-86 {
    margin-bottom: 20px;
    text-align: left;
}

.image-39 {
    float: right;
    display: none;
}

.text-block-24 {
    color: #868686;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.div-block-87 {
    width: 90%;
}

.heading-19 {
    margin-bottom: 0px;
    padding: 15px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.text-block-25 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

.div-block-88 {
    margin: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(173, 212, 231, .87);
}

.section-14 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/new3_03.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
}

.link-block-7 {
    display: block;
    max-width: 1200%;
    text-decoration: none;
}

.cooperative_text:hover {
    color: #b81616;
}

.paragraph-16 {
    padding-top: 5px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.3px;
}

.paragraph-17 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 55px;
}

.text-block-26 {
    color: #fff;
    font-size: 16px;
}

.div-block-89 {
    display: block;
    max-width: 920px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding-right: 10px;
}

.section-15 {
    text-align: center;
}

.paragraph-18 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.3px;
}

.div-block-90 {
    display: block;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 80px;
}

.text-block-27 {
    display: inline-block;
    float: left;
    color: #027ec3;
}

.text-block-28 {
    display: inline-block;
    float: right;
    color: #027ec3;
}

.link-3 {
    color: #027ec3;
    text-decoration: none;
}

.link-3._22 {
    float: right;
}

.div-block-91 {
    height: initial;
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-16 {
    padding-top: 80px;
    padding-bottom: 80px;
    border-right: 1px none #000;
    border-left: 1px none #000;
    background-color: #f3f3f3;
    background-image: url('../images/computer03.jpg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
}

.heading-20 {
    display: inline-block;
    margin-bottom: 0px;
    padding: 19px;
    font-family: "Microsoft Yahei";
    font-weight: 500;
}

.image-40 {
    padding: 16px;
}

.div-block-92 {
    display: block;
    width: 465px;
    margin-right: auto;
    margin-left: auto;
    border-style: solid none none;
    border-width: 1px;
    border-color: #dfdfdf #565555 #aaa;
}

.paragraph-19 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #9c9c9c;
    font-size: 18px;
    line-height: 35px;
}

.image-41 {
    max-width: 829px;
}

.div-block-93 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.section-17 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.text-block-29 {
    margin-bottom: 30px;
    font-size: 33px;
    line-height: 50px;
    font-weight: 600;
}

.div-block-94 {
    display: inline-block;
    width: 20%;
}

.div-block-95 {
    display: inline-block;
    width: 6.66%;
}

.text-block-30 {
    margin-top: 15px;
    text-align: left;
}

.div-block-96 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-97 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
}

.image-42 {
    float: right;
}

.image-43 {
    padding-right: 30px;
    padding-left: 30px;
}

.image-44 {
    padding-right: 30px;
    padding-left: 30px;
}

.image-45 {
    float: left;
}

.image-46 {
    float: right;
}

.section-18 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/TV_033.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.image-47 {
    margin-right: 30px;
}

.image-48 {
    margin-left: 30px;
}

.div-block-98 {
    margin-top: 395px;
}

.text-block-31 {
    color: #f08519;
    font-size: 31px;
    line-height: 40px;
    font-weight: 600;
}

.text-block-32 {
    color: #f08519;
    text-transform: uppercase;
}

.paragraph-20 {
    font-family: "Microsoft Yahei", "Simsun", Arial, Helvetica, sans-serif;
    padding-top: 15px;
    color: #777;
    font-size: 22px;
    line-height: 40px;
}

.div-block-99 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 0px;
}

.section-19 {
    position: relative;
    padding-bottom: 0px;
    background-image: url('../images/TV_03.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.image-49 {
    margin-bottom: -79px;
}

.div-block-100 {
    display: block;
    width: 60%;
    text-align: right;
}

.div-block-100._2 {
    text-align: left;
}

.div-block-101 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.div-block-101._1 {
    text-align: left;
}

.section-20 {
    padding-top: 160px;
    padding-bottom: 80px;
    text-align: center;
}

.section-20.lan {
    background-color: #e9f4fe;
    background-image: none;
}

.div-block-102 {
    display: inline-block;
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
}

.div-block-102.left {
    text-align: left;
}

.image-50 {
    max-width: 640px;
    text-align: right;
}

.text-block-33 {
    margin: 20px 0px;
    color: #49a6d9;
    font-size: 42px;
    line-height: 50px;
}

.text-block-34 {
    font-size: 21px;
    line-height: 40px;
}

.section-21 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e9f4fe;
}

.div-block-103 {
    display: inline-block;
    padding: 30px 25px;
}

.div-block-104 {
    position: relative;
    top: 79px;
    display: block;
    max-width: 1200px;
    border-radius: 20px;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #90c420, #16a567);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #90c420, #16a567);
}

.section-22 {
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-linear-gradient(270deg, #f3f3f3, #f3f3f3);
    background-image: linear-gradient(180deg, #f3f3f3, #f3f3f3);
}

.section-22.inte {
    background-color: transparent;
    background-image: none;
}

.image-51 {
    max-width: auto;
}

.div-block-105 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.link-block-8 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 17px;
    text-decoration: none;
}

.text-block-35 {
    color: #53a740;
}

.button-6 {
    margin-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    background-color: transparent;
    color: #b3b1b1;
}

.button-6:hover {
    border-color: #3898EC;
    color: #3898EC;
}

.div-block-106 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dadada;
}

.heading-21 {
    margin-top: 30px;
    color: #0a5ec1;
    font-size: 30px;
}

.div-block-107 {
    display: block;
    width: 800px;
    margin: 30px auto;
    border-bottom: 1px solid #49a6d9;
}

.paragraph-21 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 3px;
    font-size: 17px;
    line-height: 30px;
}

.div-block-108 {
    display: block;
    height: auto;
    max-height: 600px;
    max-width: 1200px;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: transparent;
    background-image: url('../images/Operate_08.png');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.text-block-36 {
    padding: 11px;
    color: #f7f7f7;
    font-size: 22px;
}

.text-block-37 {
    color: #f7f7f7;
    font-size: 18px;
    line-height: 35px;
}

.text-block-37.inter {
    font-size: 15px;
}

.div-block-109 {
    margin-top: 328px;
    padding: 20px 0px;
    background-color: transparent;
}

.div-block-109.in {
    margin-top: 30px;
}

.div-block-110 {
    display: inline-block;
    padding: 11px;
}

.div-block-111 {
    background-color: transparent;
}

.heading-22 {
    background-color: transparent;
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.div-block-112 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.div-block-113 {
    display: inline-block;
}

.div-block-113 img {
    max-width: 80%
}

.div-block-114 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-115 {
    padding: 28px;
}

.div-block-116 {
    margin-top: 47px;
}

.paragraph-22 {
    margin-top: 31px;
    color: #a19e9e;
}

.heading-23 {
    background-color: #027ec3;
    color: #fff;
    font-size: 22px;
}

.div-block-117 {
    display: block;
    width: 559px;
    margin-right: auto;
    margin-left: auto;
    padding: 21px;
    background-color: #49a6d9;
}

.div-block-118 {
    padding-left: 30px;
    text-align: left;
}

.section-23 {
    padding-top: 80px;
    padding-bottom: 0px;
}

.div-block-119 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-120 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 138px;
    margin: 13px 14px 13px 13px;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(270deg, #44d1d3, #4aa3da);
    background-image: linear-gradient(180deg, #44d1d3, #4aa3da);
    color: #fff;
}

.text-block-38 {
    font-size: 30px;
    line-height: 40px;
}

.div-block-121 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.div-block-122 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.div-block-123 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-124 {
    display: inline-block;
    padding: 13px;
}

.div-block-125 {
    max-width: 768px;
    text-align: center;
}

.section-24 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f3f3f3;
    text-align: center;
}

.div-block-126 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-39 {
    margin-bottom: 30px;
    color: #a6a6a6;
    font-size: 24px;
    line-height: 40px;
}

.image-52 {
    margin: 16px;
}

.section-25 {
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
}

.div-block-127 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.text-block-40 {
    color: #49a6d9;
    font-size: 24px;
    line-height: 30px;
}

.section-26 {
    position: relative;
    height: 391px;
    padding-top: 80px;
    background-image: url('../images/phone_02.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.div-block-128 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-129 {
    display: inline-block;
}

.section-27 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.image-53 {
    position: absolute;
    top: 146px;
    right: 359px;
}

.image-54 {
    border: 10px solid #d9d9d9;
}

.div-block-130 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-top: 225px;
    margin-right: auto;
    margin-left: auto;
}

.heading-24 {
    font-family: "Microsoft Yahei", "Simsun", Arial, Helvetica, sans-serif;
    margin-bottom: 22px;
    color: #000;
    font-size: 35px;
}

.div-block-131 {
    width: 300px;
    border-bottom: 1px solid #cfcfcf;
    color: #fdfdfd;
}

.div-block-131.phone {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-block-41 {
    margin-top: 28px;
    color: #bbb;
    font-size: 22px;
    line-height: 40px;
}

.div-block-132 {
    display: block;
}

.image-55 {
    width: auto;
    max-width: 653px;
}

.image-56 {
    width: 100%;
    max-width: 748px;
    margin-top: 20px;
}

.div-block-133 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-42 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #49a6d9;
    font-size: 24px;
    font-weight: 600;
}

.section-28 {
    padding-top: 50px;
    padding-bottom: 80px;
    border-top: 1px solid #e2e2e2;
}

.image-57 {
    width: auto;
    max-width: 477px;
    float: right;
}

.text-block-43 {
    margin-bottom: 40px;
    padding-bottom: 18px;
    border-bottom: 1px solid #b4b4b4;
    line-height: 30px;
}

.image-58 {
    max-width: 577px;
}

.div-block-134 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-135 {
    display: inline-block;
    padding: 7px;
}

.image-59 {
    max-width: 181px;
}

.section-29 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/phone_04.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.div-block-136 {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.text-block-44 {
    padding: 25px 25px 0px;
    font-size: 18px;
    line-height: 30px;
}

.image-60 {
    max-width: 1006px;
    margin-top: 30px;
}

.image-61 {
    max-width: 1109px;
}

.image-62 {
    max-width: 611px;
}

.div-block-137 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block-138 {
    max-width: 1470px;
    margin: 0 auto;
}

.div-block-139 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    background-color: transparent;
}

.div-block-139:hover {
    background-color: rgba(35, 168, 252, .39);
}

.image-63 {
    position: absolute;
    z-index: 3;
    padding: 5px;
    opacity: 0;
    text-align: left;
}

.image-63:hover {
    opacity: 0.93;
}

.div-block-140 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-141 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-142 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 10px;
    flex-wrap: wrap;
}

.div-block-148 {
    background-color: #2e2e2e;
}

.div-block-149 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-30 {
    padding-top: 112px;
    padding-bottom: 112px;
    /* background-image: url('../images/home1.jpg'); */
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat-y;
    text-align: center;
}

.div-block-150 {
    display: inline-block;
    width: 30%;
}

.div-block-151 {
    display: inline-block;
    width: 70%;
}

.row-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 43px;
    padding-bottom: 43px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #027ec3;
}

.row-5:hover {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .16), hsla(0, 0%, 100%, .16));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .16), hsla(0, 0%, 100%, .16));
}

.row-5._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4fa7ef;
}

.text-block-45 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.column-8 {
    text-align: left;
}

.text-block-46 {
    color: #fff;
    min-height: 40px;
    padding-right: 4em;
}

.column-9 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-10 {
    padding-right: 0px;
    padding-left: 0px;
    user-select: none;
}

.column-11 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.image-71 {
    border-right: 1px none #000;
}

.image-72 {
    max-width: 309px;
}

.heading-25 {
    padding-top: 20px;
    color: #565555;
    font-size: 28px;
    font-weight: 700;
}

.heading-26 {
    color: #2c8dfb;
    font-size: 24px;
    font-weight: 600;
}

.column-14 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.button-7 {
    position: static;
    z-index: 3;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid #2c8dfb;
    border-radius: 8px;
    background-color: transparent;
    color: #23a8fc;
}

.image-73 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
}

.column-15 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    color: #fff;
}

.column-16 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    border-style: solid;
    border-width: 1px;
    border-color: #23a8fc silver silver;
    background-color: #fff;
}

.column-16:hover {
    border-top-width: 4px;
}

.div-block-152 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: block;
    background-image: -webkit-linear-gradient(270deg, rgba(35, 168, 252, .29), rgba(35, 168, 252, .29));
    background-image: linear-gradient(180deg, rgba(35, 168, 252, .29), rgba(35, 168, 252, .29));
}

.text-block-47 {
    display: inline-block;
    padding: 9px 30px;
    border: 1px solid #23a8fc;
    border-radius: 8px;
    color: #23a8fc;
}

.link-block-9 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    background-image: -webkit-linear-gradient(270deg, rgba(34, 168, 252, .33), rgba(34, 168, 252, .33));
    background-image: linear-gradient(180deg, rgba(34, 168, 252, .33), rgba(34, 168, 252, .33));
    text-decoration: none;
}

.div-block-153 {
    display: block;
}

.link-block-10 {
    display: block;
    text-decoration: none;
}

.div-block-154 {
    text-decoration: none;
}

.link-block-11 {
    display: block;
    text-decoration: none;
}

.link-block-12 {
    display: block;
    text-decoration: none;
}

.image-74 {
    max-width: 842px;
}

html.w-mod-js *[data-ix="scroll"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-4"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-5"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="updown"] {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="updown-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="leftright"] {
    opacity: 1;
    -webkit-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="rightleft"] {
    opacity: 1;
    -webkit-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
}

html.w-mod-js *[data-ix="erweimachuxian"] {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="youyidong"] {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="mengban"] {
    opacity: 0;
}

@media (max-width: 991px) {
    body {
        padding-top: 57px;
    }

    .nav-link {
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px;
        border-top: 1px solid #e4e4e4;
        border-right-style: none;
        background-color: #f7f7f7;
    }

    .nav-link.social-icons {
        padding-right: 21px;
        padding-left: 21px;
        border-right-color: #4d4d4d;
    }

    .nav-menu {
        background-color: #323232;
        box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
    }

    .brand {
        padding-bottom: 17px;
    }

    .menu-icon {
        width: 40px;
        background: url(./../images/wtf.png) center center;
        background-size: 100% 100%;
        height: 30px;
        margin-top: 30px;
    }

    .section2.grey.new {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section2.beige {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .section2.lightgrey {
        height: 500px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section2.footer {
        height: 350px;
    }

    .section2._2 {
        height: 400px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section2._1 {
        background-position: 50% 0px;
        background-attachment: scroll;
    }

    .section2.huise {
        padding-bottom: 20px;
    }

    .menu-button {
        padding: 24px;
        opacity: 0.8;
        font-size: 50px;
    }

    .menu-button.w--open {
        background-color: transparent;
        opacity: 1;
    }

    .main-heading {
        margin-bottom: 4px;
        font-size: 68px;
    }

    .main-subheading {
        margin-bottom: 10px;
    }

    .slider {
        height: 469px;
    }

    .testimonials-slider {
        position: relative;
        margin-top: -35px;
        padding-top: 0px;
    }

    .testimonial-slide {
        width: 35%;
        padding-right: 92px;
        padding-bottom: 0px;
        padding-left: 92px;
    }

    .testimonial-slide._2 {
        width: 100%;
        max-width: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .left-arrow {
        margin-left: 0px;
    }

    .right-arrow {
        margin-right: 0px;
    }

    .testimonial {
        font-size: 16px;
    }

    .section-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .link-block {
        width: 50%;
    }

    .div-block-2 {
        display: block;
    }

    .div-block-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .paragraph-2 {
        display: block;
        line-height: 30px;
    }

    .image-9 {
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
    }

    .text-block-2 {
        position: static;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

    .div-block-11 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .div-block-13 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .div-block-24 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .div-block-25 {
        padding-left: 20px;
    }

    .div-block-27 {
        width: 33.33%;
    }

    .heading-11.black {
        margin-bottom: 36px;
    }

    .div-block-32 {
        width: 50%;
    }

    .heading-12 {
        width: 50%;
    }

    .div-block-37 {
        width: auto;
    }

    .link-block-2.new {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .link._33 {
        display: inline-block;
        padding-left: 10px;
    }

    .text-block-10 {
        padding-left: 0px;
    }

    .div-block-44 {
        margin-left: 0px;
        text-align: left;
    }

    .text-block-11 {
        margin-left: 0px;
        padding-left: 10px;
    }

    .image-18 {
        display: block;
        max-width: auto;
    }

    .link-block-3 {
        display: inline-block;
        width: 50%;
        border: 1px solid #c5c5c5;
    }

    .link-block-4 {
        border: 1px solid #d3d3d3;
    }

    .div-block-54 {
        margin-left: 0px;
    }

    .image-29 {
        border: 1px solid #d3d3d3;
    }

    .image-30 {
        border: 1px solid #f1f1f1;
    }

    .link-block-5 {
        border: 1px none #fff;
    }

    .link-block-6 {
        border: 1px solid #d4d4d4;
    }

    .div-block-59 {
        width: 50%;
    }

    .div-block-106 {
        display: block;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 0px;
    }

    .button.beige.footer {
        margin-top: 17px;
        margin-bottom: 8px;
    }

    .navbar {
        position: relative;
        margin-bottom: 30px;
    }

    .stone-logo.footer {
        float: none;
    }

    .section2 {
        padding: 34px 10px;
    }

    .section2.grey {
        padding: 35px 10px;
    }

    .section2.image {
        padding: 30px 10px;
        background-attachment: scroll;
    }

    .section2.lightgrey {
        height: 450px;
    }

    .section2.footer {
        height: 500px;
        padding-top: 32px;
        padding-bottom: 32px;
        text-align: center;
    }

    .section2._2 {
        height: 500px;
    }

    .section2._1 {
        height: auto;
        padding-top: 0px;
        background-size: cover;
    }

    .section2.huise {
        padding-bottom: 0px;
    }

    .main-heading {
        font-size: 50px;
        line-height: 44px;
    }

    .main-heading.bold {
        font-size: 40px;
    }

    .main-subheading {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .slider {
        height: 392px;
    }

    .slide {
        padding: 20px 10px;
    }

    .icon-wrapper {
        height: 102px;
    }

    .number {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .testimonials-slider {
        padding-right: 29px;
        padding-left: 29px;
    }

    .testimonial-slide {
        margin-top: 42px;
        padding-top: 106px;
        padding-right: 34px;
        padding-left: 34px;
    }

    .testimonial-slide._2 {
        width: 100%;
        margin-top: 25px;
    }

    .footer-text.address {
        text-align: center;
    }

    .contact-form-column {
        margin-top: 35px;
        padding: 43px 10px;
    }

    .contact-info-column {
        padding-top: 42px;
    }

    .back-to-work-column {
        padding-top: 12px;
        text-align: left;
    }

    .team-member {
        text-align: center;
    }

    .icons-wrapper {
        margin-bottom: 23px;
    }

    .project-column {
        padding-top: 23px;
    }

    .div-block-13 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .div-block-20 {
        width: 50%;
    }

    .div-block-27 {
        width: 50%;
    }

    ._1470div._2 {
        display: block;
        padding: 0px;
    }

    .image-13 {
        width: auto;
        max-width: 50%;
    }

    .heading-11.black {
        margin-bottom: 10px;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 30px;
    }

    .heading-11.wuxian {
        padding-right: 0px;
        padding-left: 0px;
        font-size: 30px;
    }

    .div-block-31 {
        height: 600px;
        padding-top: 36px;
    }

    .section-8 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .heading-12 {
        width: 100%;
    }

    .div-block-36 {
        width: auto;
    }

    .div-block-37 {
        width: auto;
    }

    .paragraph-8 {
        text-align: center;
    }

    .link-block-2.new {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .column-5 {
        border-right-style: none;
    }

    .div-block-43 {
        text-align: center;
    }

    .link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .link._2 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .link._33 {
        padding-right: 10px;
    }

    .text-block-10 {
        margin-bottom: 10px;
    }

    .div-block-44 {
        margin-left: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    .image-19 {
        width: auto;
        max-width: 50%;
    }

    .column-7 {
        margin-bottom: 15px;
        padding-bottom: 0px;
    }

    .div-block-45 {
        max-width: auto;
        margin-top: 137px;
    }

    .link-block-3 {
        display: inline-block;
        width: 50%;
        border-style: solid;
    }

    .solution_main3 {
        padding-top: 30px;
        background-image: url('../images/3_07.jpg');
        background-size: auto;
        background-repeat: no-repeat;
    }

    .link-block-4 {
        width: 50%;
        border-style: none;
    }

    .image-29 {
        display: inline;
        border-style: none;
    }

    .image-30 {
        border-style: none;
    }

    .link-block-5 {
        width: 50%;
        border-style: none;
    }

    .link-block-6 {
        width: 50%;
        border-style: none;
    }

    .image-31 {
        display: inline;
        width: 100%;
    }

    .image-32 {
        display: inline;
    }

    .div-block-142 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .w-slider-mask {
        height: 220px;
        height: auto;
    }

    .w-slider-mask-special {
        height: 90px;
    }

    .navbar {
        margin-bottom: 0;
        height: 60px;
    }

    .div-block-98 {
        margin-top: 0
    }

    .section2.lightgrey {
        height: auto;
    }

    .section2.footer {
        height: auto;
    }

    .section2._2 {
        height: 400px;
    }

    .section2._1 {
        height: 120px;
        padding-bottom: 0px;
   }

    .section2.huise {
        margin-top: 34px;
    }

    .menu-button {
        float: right;
    }

    .main-heading {
        width: 100%;
        font-size: 48px;
    }

    .main-heading.bold {
        overflow: visible;
        clear: none;
        font-size: 30px;
    }

    .main-subheading {
        font-size: 14px;
    }

    .slider {
        height: 185px;
        height: auto;
    }

    .slide {
        padding-top: 58px;
        padding-bottom: 58px;
        background-image: url('../images/sjbanner.png');
        background-size: cover;
    }

    .slide._2 {
        /* background-image: url('../images/sjbanner.png'); */
    }

    .slide._3 {
        background-image: url('../images/sjbanner.png');
    }

    .testimonials-slider {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .testimonial-slide {
        padding-top: 0;
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: 90px;
    }

    .testimonial-slide-special {
        width: 300px;
    }

    .testimonial-slide img:first-child {
        max-width: 70%;
        max-height: 100%;
    }

    .testimonial-slide p {
        display: none;
    }

    .testimonial-slide._2 {
        margin-top: 45px;
    }

    .testimonial-slide._3 {
        width: 100%;
        padding-top: 0px;
    }

    .testimonial-slide.about {
        width: 100%;
    }

    .testimonial-slide.shiping {
        width: 100%;
        margin-top: 0px;
        padding-top: 5px;
        height: auto;
        padding-bottom: 0;
    }

    .left-arrow {
        width: 45px;
    }

    .right-arrow {
        width: 40px;
    }

    .contact-form-column {
        text-align: center;
    }

    .contact-info-column {
        text-align: center;
    }

    .section-2 {
        padding-top: 30px;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        padding-bottom: 0px;
    }

    .link-block {
        width: 100%;
    }

    .paragraph-2 {
        margin-right: 20px;
        margin-left: 20px;
    }

    .column {
        margin-bottom: 10px;
    }

    .paragraph-6 {
        clear: none;
    }

    .container-5 {
        padding-right: 10px;
        padding-left: 10px;
        height: 60px;
    }

    .div-block-13 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .div-block-26.main1 {
        display: block;
    }

    .div-block-27 {
        width: 100%;
        height: 200px;
    }

    ._1470div {
        padding-right: 20px;
        padding-left: 20px;
    }

    ._1470div._2 {
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-13 {
        display: block;
        max-width: 70%;
        float: none;
        margin: 0 auto;
    }

    .heading-11 {
        margin-bottom: 20px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
        font-size: 20px;
    }

    .heading-11.black {
        padding-right: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 0px;
        border-bottom-color: hsla(0, 0%, 71%, .48);
        font-size: 22px;
        line-height: 1.8;
        width: 100%;
    }

    .heading-11.wuxian {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .text-block-5 {
        font-size: 16px;
    }

    .div-block-31 {
        height: auto;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .heading-12 {
        text-align: center;
        width: 100%;
        font-size: 15px;
        line-height: 1.2;
        margin: 5px auto 10px;
    }

    .div-block-36 {
        position: static;
        display: block;
        width: 100%;
        float: none;
        background-color: #091108;
    }

    .text-block-6 {
        color: red;
    }

    .div-block-37 {
        width: 100%;
    }

    .paragraph-8 {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
        height: auto;
    }

    .link-block-2 .text-block-8 {
        font-size: 13px;
    }

    .div-block-41 {
        width: 100%;
    }

    .div-block-42 {
        width: 100%;
    }

    .link-block-2 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .link-block-2:last-child .div-block-37 {
        border: none;
    }

    .link-block-2.new {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .div-block-44 {
        padding-bottom: 0px;
    }

    .image-19 {
        display: block;
        max-width: 70%;
        margin: 0 auto;
    }

    .mask-3 {
        padding-bottom: 0px;
    }

    .div-block-45 {
        margin-top: 0px;
    }

    .div-block-46._2 {
        border-right-style: none;
        border-left-style: none;
    }

    .link-block-3 {
        width: 100%;
        background-color: #fff;
    }

    .home_main2 {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .solution_main3 {
        background-image: url('../images/3_8.jpg');
        background-size: cover;
        padding-bottom: 30px;
    }

    .link-block-4 {
        clear: none;
        background-color: #fff;
    }

    .div-block-51 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cooperative_main2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .link-2 {
        text-align: center;
    }

    .div-block-58 {
        display: block;
    }

    .div-block-59 {
        width: 100%;
    }

    .cooperative_main3 {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .hezuoicon {
        padding: 12px;
    }

    .about_main1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .div-block-61 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .div-block-62 {
        width: 100%;
    }

    .heading-15 {
        /*line-height: 20px;*/
    }

    .about_main2 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .about_main3 {
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: -webkit-linear-gradient(270deg, #2168d4, #2168d4), url('../images/about_04.jpg');
        background-image: linear-gradient(180deg, #2168d4, #2168d4), url('../images/about_04.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .div-block-68 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .image-33 {
        width: 100%;
        margin-top: 0px;
    }

    .section-11 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .slider-3 {
        position: static;
        display: block;
        width: auto;
        height: auto;
        clear: none;
    }

    .heading-18 {
        width: 90%;
        line-height: 1.5;
        text-align: center;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .paragraph-15 {
        line-height: 1.5;
    }

    .tab-pane {
        position: static;
        display: block;
        padding-right: 20px;
        padding-bottom: 25px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-72 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-left: 0px;
        float: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slide-3 {
        position: static;
        width: 600px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .slide-4 {
        display: inline-block;
    }

    .section-12 {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .div-block-77 {
        width: 100%;
    }

    .div-block-78 {
        width: 100%;
    }

    .div-block-79 {
        display: block;
        width: 100%;
    }

    .div-block-80 {
        padding-top: 30px;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-block-19 {
        display: block;
        margin-left: 0px;
    }

    .section-13 {
        padding-top: 50px;
    }

    .div-block-83 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-84 {
        width: 50%;
        margin-bottom: 20px;
    }

    .div-block-85 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .text-block-23 {
        padding-left: 0px;
    }

    .heading-19 {
        font-size: 25px;
    }

    .div-block-88 {
        margin: 10px;
    }

    .section-14 {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .div-block-89 {
        padding-right: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
    }

    .div-block-90 {
        padding-right: 20px;
        padding-bottom: 50px;
        padding-left: 20px;
    }

    .div-block-91 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .section-16 {
        padding: 30px 20px;
    }

    .heading-20 {
        padding-right: 0px;
        padding-left: 0px;
        font-size: 24px;
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .paragraph-19 {
        font-size: 16px;
    }

    .section-17 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .text-block-29 {
        font-size: 20px;
    }

    .div-block-94 {
        width: 100%;
        padding: 10px 20px;
    }

    .div-block-96 {
        display: block;
    }

    .image-42 {
        float: none;
    }

    .image-45 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .image-46 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .section-18 {
        padding: 0;
        background-position: initial;
        height: 120px;
        background-size: 100%;
        background-image: url(../images/3_05.png);
    }

    .paragraph-20 {
        font-size: 20px;
        line-height: 35px;
    }

    .div-block-99 {
        padding-top: 30px;
    }

    .div-block-100 {
        width: 100%;
    }

    .div-block-101 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-20 {
        padding: 112px 20px 30px;
    }

    .div-block-102 {
        width: 100%;
    }

    .image-50 {
        max-width: 100%;
    }

    .text-block-33 {
        font-size: 25px;
    }

    .section-21 {
        padding: 30px 20px;
    }

    .div-block-103 {
        width: 50%;
        padding: 12px;
    }

    .div-block-104 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-22 {
        padding: 30px 20px;
    }

    .text-block-37 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .div-block-110 {
        margin-top: 27px;
    }

    .div-block-112 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .div-block-116 {
        margin-bottom: 20px;
    }

    .div-block-117 {
        width: auto;
    }

    .div-block-118 {
        text-align: center;
    }

    .section-23 {
        padding-top: 30px;
    }

    .div-block-120 {
        width: auto;
        height: auto;
    }

    .div-block-121 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-123 {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .section-24 {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
    }

    .div-block-126 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-25 {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-26 {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-27 {
        padding: 30px 20px;
    }

    .div-block-130 {
        display: block;
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-block-41 {
        font-size: 22px;
    }

    .image-55 {
        max-width: 100%;
    }

    .div-block-133 {
        display: block;
    }

    .text-block-42 {
        line-height: 40px;
    }

    .section-28 {
        padding-right: 20px;
        padding-bottom: 50px;
        padding-left: 20px;
    }

    .image-57 {
        max-width: 100%;
        padding-top: 30px;
    }

    .image-58 {
        max-width: 100%;
    }

    .div-block-134 {
        max-width: auto;
    }

    .div-block-135 {
        width: 50%;
    }

    .image-59 {
        max-width: 100%;
    }

    .section-29 {
        padding-top: 30px;
    }

    .image-61 {
        max-width: 100%;
    }

    .image-62 {
        max-width: 100%;
    }

    .image-63 {
        display: block;
        width: 100%;
    }

    .div-block-140 {
        display: block;
    }

    .div-block-141 {
        display: block;
    }

    .tabs {
        max-width: 100%;
    }

    .div-block-142 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-143 {
        display: block;
        width: 100%;
    }

    .div-block-144 {
        display: inline-block;
        width: 50%;
        padding: 7px;
    }

    .div-block-145 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .image-64 {
        margin-top: 0px;
    }

    .image-65 {
        margin-top: 0px;
    }

    .div-block-146 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .image-66 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .image-67 {
        margin-bottom: 20px;
    }

    .div-block-147 {
        margin-bottom: 20px;
    }

    .image-68 {
        border: 10px solid #eee;
    }

    .image-69 {
        border: 10px solid #fff;
    }

    .image-70 {
        padding-top: 0px;
    }

    .div-block-149 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-30 {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .div-block-150 {
        width: 100%;
    }

    .div-block-151 {
        width: 100%;
        padding: 0 10px;
    }

    .row-5 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .row-5:hover {
        background-image: none;
    }

    .row-5._2 {
        padding-left: 20px;
        background-image: none;
    }

    .text-block-45 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .image-72 {
        max-width: 100%;
    }

    .column-13 {
        padding-left: 10px;
    }

    .image-74 {
        display: block;
        max-width: 100%;
    }
}

.w-col-3 .s-h {
    height: 100px;
}

.w-col-3 .s-h p {
    display: inline-block;
    color: #555;
}

@media (max-width: 370px) {
    .heading-11.black {
        font-size: 18px;
    }
}
